home *** CD-ROM | disk | FTP | other *** search
/ SPACE 2 / SPACE - Library 2 - Volume 1.iso / games / 144 / pascal / read.me < prev    next >
Encoding:
Text File  |  1987-06-18  |  1.9 KB  |  60 lines

  1. CRC.C
  2. CRC.DOC
  3. CRC.O
  4.  
  5.     Keywords: CRC CHECKSUM CALCULATION C PASCAL ARC
  6.     
  7.     These files include a C source and object module for a CRC checksum 
  8.     calculation routine.  The doc file shows how to use this with Personal 
  9.     Pascal.  I have found this to be faster than using a routine written 
  10.     entirely in Pascal, and it is ready to use in any terminal program, etc.
  11.     Alan Weston  
  12.  
  13.     
  14. JOYSTICK.DOC
  15. JOYSUBS.O
  16. JOYSUBS.S
  17. JOYTEST.PAS
  18.  
  19.     Keywords: JOYSTICK READER PERSONAL PASCAL ASSEMBLER SOURCE OSS
  20.     
  21.     A short routine designed to be used with Personal Pascal which allows
  22.     direct reading of the joysticks.  Includes assembler source, object file,
  23.     doc file, and a demo program in PPascal.  The object file is usable in any
  24.     language you can link it to.  Have fun!
  25.  
  26.  
  27. PASACC.O
  28. PRINT.ACC
  29. PRINT.DOC
  30. PRINT.PAS
  31.  
  32.     This file is a UPDATED version of the previously submited PRINT.ACC
  33.     accessory, with two bugs fixed.
  34.     The accessory, when installed, will format a file with headers and an 
  35.     optional line number before sending to your printer. It will work with 
  36.     any resolution.  This is another example of how to do a desk accessory with
  37.     Personal Pascal.
  38.  
  39.  
  40. PPLISTAC.PAS
  41. PPLISTER.ACC
  42. PPLISTER.DOC
  43.  
  44.     PASCAL_LISTER adds line numbers and tab reference marks that match the
  45.     Personal Pascal editor for easy reference.  Currently supports Epson
  46.     compatible printers, but fully commented source code is included if you
  47.     need to make changes.  This is a very nice desk accessory for listing files.
  48.     I especially like the tab marks at the top of the page for help in aligning
  49.     source code.
  50.  
  51.  
  52. XOR.DOC
  53. XOR.O
  54.  
  55.     Keywords: PERSONAL PASCAL XOR EOR EXCLUSIVE OR CRC CHECKSUM
  56.     
  57.     This is an object module that will give you an XOR (exclusive OR) function
  58.     for Personal Pascal.  A short DOC file is also included  -- extremely 
  59.     useful if you are doing CRC calculations.  -keith
  60.